home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- ECHO Uninstall will remove the screen saver from your harddisk
- ECHO assuming that it was installed in c:\seapict4
- ECHO This command must be run from the installation floppy disk.
- ECHO Answer 'Y' (yes) to the prompts to delete the files
- pause
- If not exist c:\seapict4\seapict4.exe goto manual
- ECHO ON
- del c:\seapict4\*.*
- rmdir c:\seapict4
- @ECHO OFF
- if not exist c:\windows\seap8119.scr goto manual
- ECHO ON
- del c:\windows\seap8119.scr
- del c:\windows\seap8119.ini
- del c:\windows\pgx.ini
- @ECHO OFF
- goto end
- :MANUAL
- ECHO The screen saver was not installed in the default location.
- ECHO To remove the screen saver, delete all of the files in the
- ECHO installation directory you specified during installation.
- ECHO You must also remove three files - SEAP8119.SCR, PGX.INI
- ECHO and SEAP8119.INI from your Windows directory.
- :end